Install v1.1
by Joe Wingbermuehle
05-30-1998

>Install is an SOS program! Any attempt to make it work without SOS will
more than likely crash your calculator!

>This is a program to move libraries (or any file under 768 bytes
that begins with a "Z") to the end of the TI-83's ram. Therefore it
allows the TI-83 user to send programs to the calculator without
resending all the libraries it requires.
Unless you are a TI-83 assembly language programmer, this zip file
is of no use to you really. It should be included with SOS programs
that use libraries so all the non-programmer has to do is run it!

>To all the SOS assembly language programmers out there:
Rather than including libraries with you programs (unless they are
uncommon), include this program!
To make your program invisible to SOS until it is installed, use:
jr z,start_of_program
instead of:
jr start_of_program
After your program is "installed" it will appear in the SOS menu.
If you do not do this, make sure the user knows to run Install
before your program or it will crash (also include Install first
in the group)!

>History:
Version 1.0
	-First release!
Version 1.1
	-Now hides "uninstalled" programs with proper heading.
		(still 100% compatible with v1.0)

>Future addions:
	-Maybe allow libraries to be larger than 768 bytes.
	-You tell me!

Visit my home page at:  http://www.usmo.com/~joewing/
There you can send me comments etc.
Please include a link to my page if you put this program on your's!
I will gladly add a link to you if you do this :)
Please do not separate install.txt from Install!

